Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / Range<T> Class / Overlaps Method
A range to test.

In This Topic
    Overlaps Method
    In This Topic
    Indicates if the range overlaps value.
    Syntax
    'Declaration
     
    
    Public Function Overlaps( _
       ByVal value As Range(Of T) _
    ) As Boolean
    public bool Overlaps( 
       Range<T> value
    )

    Parameters

    value
    A range to test.

    Return Value

    true if any of the range in value is within this range.
    Exceptions
    ExceptionDescription
    value is null.
    See Also